home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-14 | 602 b | 23 lines | [TEXT/MPS ] |
- // Copyright © 1995 Apple Computer, Inc. All rights reserved.
- // Release Version: $ 1.0 d8 $
-
- #ifndef CONSTANT_H
- #define CONSTANT_H
-
- //=====================================================================
- // ----- OS Includes -----
- #ifndef FWMNUITM_H
- #include "FWMnuItm.h" // FW_kFirstUserCommandID
- #endif
-
- // ----- OpenDoc Includes -----
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- //=====================================================================
- const ODCommandID cMakePizzaCommand = FW_kFirstUserCommandID;
-
-
- //=====================================================================
- #endif